home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Web Site Development
/
Microsoft Mastering Web Site Development (Microsoft) (1997).iso
/
Media
/
Ch05
/
W05a005.cc2
< prev
next >
Wrap
Text File
|
1997-04-24
|
1KB
|
24 lines
0, In this chapter you will learn how to add
3, client-side script to a Web page. You will also learn how
7, to use the Visual Basic Scripting edition to
9, create event procedures for objects on a Web page. The
13, chapter begins with an overview of scripting
16, languages. You will learn which scripting languages are
19, available, the syntax for each language, and how
23, to identify objects to create event procedures,
26, access properties, and invoke methods. The Writing
30, Script section describes how to write script that
33, runs in an event procedure when a page is
36, downloaded, or before a form is submitted to validate data
40, on the form. You will also learn how to use the
43, Script Wizard to view properties and methods for
46, controls and to generate script. In the HTML Object
51, Model section you will learn how to use an object
54, model provided by a browser. Using the object model
59, you can determine which browser is being used,
61, change properties of the browser window,
64, programmatically navigate to a new Web page, and write text
67, to the document when the Web page is downloaded.
71, Finally, you'll learn how to add error handling code
74, and use the script debugger.
77, END